Version 24.2 (latest)

HashPool<TKey,TValue> Class Properties

For a list of all members of this type, see HashPool<TKey,TValue> members.

Public Properties
 NameDescription
Public PropertyActivateGets or sets the function used to activate items.  
Public PropertyActiveCountGets the count of the number of actives.  
Public PropertyActiveKeysGets the keys of the active pool objects.  
Public PropertyCreateGets or sets the function used to create new items.  
Public PropertyDestroyGets or sets the function used to destroy old items.  
Public PropertyDisactivateGets or sets the function used to disactivate items.  
Public PropertyItemGets the requested item, extendening the pool and creating the item if necessary.  
Protected Properties
 NameDescription
Protected PropertyActiveThe active members of the pool.  
Protected PropertyInactiveThe inactive members of the pool.  
See Also